@Swampy said in DICE (Discrete Integrated Circuit Emulator):
Works with my Ubuntu 24.04. Thank you. Integration in RetroPi would of course be a dream.
Well I wasn't aware at the time I was porting this, but there is a libretro core that is being worked, started in Nov 2024.
Chatting with the guy writing it, it's still a work in progress. But this would be the way to go in RetroPie.
But I wanted a Desktop standalone option, which is what my port gives, glad that's working for you :)
Apparently the old Windows .exe from the SourceForge site has issues on modern Windows OS's, but there is a Windows port of the core too.
The libretro port is here: https://github.com/mittonk/dice-libretro
The hard part of bringing this software up-to-date is the OS native OpenGL GUI frameworks.
With a libretro core, that frontend element is thrown to RetroArch so the only consideration is the engine, which is very portable.
But getting the multitude of config options in these games into RetroArch, that is the hard part there.